home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / comms / netsoftware / amitcp2_x_gcc.lha / netsocket.c < prev    next >
C/C++ Source or Header  |  1994-01-12  |  395b  |  18 lines

  1. char RCS_ID_NETSOCKET_C[] = "$Id: netsocket.c,v 1.2 1994/01/12 18:37:04 jasegler Exp jasegler $";
  2. /* $Id: netsocket.c,v 1.2 1994/01/12 18:37:04 jasegler Exp jasegler $
  3.  
  4.  * Normal function library instead of inline headers.. :)
  5.  */
  6.  
  7.  
  8.  
  9. #include <exec/types.h>
  10. #include <dos/dos.h>
  11. #include <sys/types.h>
  12.  
  13. #define static
  14. #define __inline
  15.  
  16. #include <clib/socket_protos.h>
  17. #include <inline/socket.h>
  18.